remove bogus extern declaration of non-existing function
authorMichael Natterer <mitch@imendio.com>
Tue, 17 Jun 2008 21:34:15 +0000 (21:34 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 17 Jun 2008 21:34:15 +0000 (21:34 +0000)
2008-06-17  Michael Natterer  <mitch@imendio.com>

* gtk/gtkobject.c: remove bogus extern declaration of non-existing
function gtk_object_init_type().

svn path=/trunk/; revision=20438

ChangeLog
gtk/gtkobject.c

index 009cfe7a71910eff57423e0c1d53128a02e343c8..f074084892017301f0dcc95672ff4dab2b1af4cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-17  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkobject.c: remove bogus extern declaration of non-existing
+       function gtk_object_init_type().
+
 2008-06-17  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkbindings.c (gtk_binding_entry_add_signal):
index 5642a56f31b92710c029845869bb4fe2a611ae5e..d5a185176ebfd926de02a00f947a493de24a8607 100644 (file)
@@ -45,7 +45,6 @@ enum {
 };
 
 
-extern void      gtk_object_init_type           (void);        /* for gtktypeutils.h */
 static void       gtk_object_base_class_init     (GtkObjectClass *class);
 static void       gtk_object_base_class_finalize (GtkObjectClass *class);
 static void       gtk_object_class_init          (GtkObjectClass *klass);